projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc95b2
)
* test/lisp/align-resources/c-mode.erts: Make test agree with Emacs
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 5 Aug 2023 16:22:07 +0000
(18:22 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 5 Aug 2023 16:23:52 +0000
(18:23 +0200)
This eliminates a failure in align-tests. There doesn't seem to be
anything obviously wrong with Emacs's behaviour in this case.
test/lisp/align-resources/c-mode.erts
patch
|
blob
|
history
diff --git
a/test/lisp/align-resources/c-mode.erts
b/test/lisp/align-resources/c-mode.erts
index ecdff50710361e2e80de99e0ea109355b5e66882..a28c2bdbed0bff3c157aa6b5073c9ae7a69ff873 100644
(file)
--- a/
test/lisp/align-resources/c-mode.erts
+++ b/
test/lisp/align-resources/c-mode.erts
@@
-17,7
+17,7
@@
Name: example from Commentary
short foo = 2;
double blah = 4;
=-=
- int a
=
1;
- short foo
=
2;
- double blah
=
4;
+ int a
=
1;
+ short foo
=
2;
+ double blah
=
4;
=-=-=